case class DynamicsServerError(code: String, message: String, innererror: Option[InnerError] = None) extends ServerError with Product with Serializable
Scala version of a dynamics server error.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamicsServerError
- Serializable
- Serializable
- Product
- Equals
- ServerError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamicsServerError(code: String, message: String, innererror: Option[InnerError] = None)
Value Members
-
val
code: String
- Definition Classes
- DynamicsServerError → ServerError
- val innererror: Option[InnerError]
-
val
message: String
- Definition Classes
- DynamicsServerError → ServerError