InnerErrorResponse

data class InnerErrorResponse(val additionalInfo: Map<String, String>? = null, val code: String? = null, val embeddedInnerError: InnerErrorResponse? = null)

Inner Error

Constructors

Link copied to clipboard
constructor(additionalInfo: Map<String, String>? = null, code: String? = null, embeddedInnerError: InnerErrorResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Any Key value pairs that can be provided to the client for additional verbose information.

Link copied to clipboard
val code: String? = null

Unique code for this error

Link copied to clipboard

Child Inner Error, to allow Nesting.