InvalidRequest

class InvalidRequest(val error: Error?) : ErrorType

An error occurred while processing the request.

Constructors

Link copied to clipboard
constructor(error: Error?)

Properties

Link copied to clipboard
val error: Error?

The detailed error that occurred, if returned from the server.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String