case class DocumentError(code: String, details: Option[Seq[Map[String, String]]], innererror: Option[InnerError], message: String, target: Option[String]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocumentError
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All