MissingFieldException

Thrown when a required field is missing from the request.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int? = null

The HTTP status code associated with the error, if available.

Link copied to clipboard
open val message: String?