package data
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class EcuIdentifier extends AnyVal with Product with Serializable
- final case class ErrorCode(code: String) extends AnyVal with Product with Serializable
- case class ErrorRepresentation(code: ErrorCode, description: String, cause: Option[Json] = None, errorId: Option[UUID] = Some(UUID.randomUUID())) extends Product with Serializable
- final case class PaginationResult[A](values: Seq[A], total: Long, offset: Long, limit: Long) extends Product with Serializable
- trait ValidatedGeneric[T, Repr] extends AnyRef
- final case class ValidationError(msg: String) extends Throwable with NoStackTrace with Product with Serializable
Value Members
- object DataType
- object EcuIdentifier extends Serializable
- object ErrorCode extends Serializable
- object ErrorCodes
Errors are presented to the user of the core and resolver API as JSON objects, this is done semi-automatically by the Circe library.
Errors are presented to the user of the core and resolver API as JSON objects, this is done semi-automatically by the Circe library.
- object ErrorRepresentation extends Serializable
- object PaginationResult extends Serializable
- object RefinedUtils
- object UUIDKey
- object ValidationUtils