pdfire / io.pdfire.client / UnauthorizedException

UnauthorizedException

class UnauthorizedException : RequestException

Exception for a 401 error response.

Constructors

<init>

UnauthorizedException(errors: List<ApiError>)

Exception for a 401 error response.

Inherited Properties

errors

val errors: List<ApiError>

List of errors.