GetDocumentErrorDto

data class GetDocumentErrorDto(val errorDescription: String, val code: String)

Describes the error related to the request if there was a failure

Parameters

errorDescription

An in depth description of the error for the request

code

A unique code to help idenifty the type of error

Constructors

Link copied to clipboard
constructor(errorDescription: String, code: String)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val code: String
Link copied to clipboard
@SerializedName(value = "errorDescription")
val errorDescription: String