case class GraphServerError(code: String, message: String, innererror: Option[GraphInnerError] = None) extends ServerError with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphServerError
- Serializable
- Serializable
- Product
- Equals
- ServerError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GraphServerError(code: String, message: String, innererror: Option[GraphInnerError] = None)
Value Members
-
val
code: String
- Definition Classes
- GraphServerError → ServerError
- val innererror: Option[GraphInnerError]
-
val
message: String
- Definition Classes
- GraphServerError → ServerError