object GraphServerError extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphServerError
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(err: GraphErrorJS): GraphServerError

    Extract out a scala side error.

    Extract out a scala side error. Embedded newline chars are replaced with actual newlines.

  2. def hasError(obj: Object): Boolean

    Typically for a JSON response, is there an error field?

    Typically for a JSON response, is there an error field?

    Annotations
    @inline()
  3. def hasInnerErorr(obj: Object): Boolean

    Typically for a an error object, is there an innererror field?

    Typically for a an error object, is there an innererror field?

    Annotations
    @inline()