c

dynamics.client

GraphClientError

final case class GraphClientError(details: String, cause: Option[GraphServerError] = None, underlying: Option[Throwable] = None, status: Status) extends GraphError with Product with Serializable

Concrete implementation of errors thrown by a dynamics client.

Linear Supertypes
Serializable, Product, Equals, GraphError, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphClientError
  2. Serializable
  3. Product
  4. Equals
  5. GraphError
  6. RuntimeException
  7. Exception
  8. Throwable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphClientError(details: String, cause: Option[GraphServerError] = None, underlying: Option[Throwable] = None, status: Status)

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. val cause: Option[GraphServerError]
    Definition Classes
    GraphClientErrorGraphError
  3. val details: String
  4. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  5. def getCause(): Throwable
    Definition Classes
    Throwable
  6. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  7. final def getMessage(): String
    Definition Classes
    GraphError → Throwable
  8. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  9. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  10. def hasServerError: Boolean

    True if there was a server error.

    True if there was a server error.

    Definition Classes
    GraphError
  11. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  12. def message: String
    Definition Classes
    GraphClientErrorGraphError
  13. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  15. def printStackTrace(): Unit
    Definition Classes
    Throwable
  16. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  17. val status: Status
    Definition Classes
    GraphClientErrorGraphError
  18. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  19. val underlying: Option[Throwable]
    Definition Classes
    GraphClientErrorGraphError