Represents an error related to authorization issues. Note that these could represent an authorization violation, or that the account authentication configuration has expired, or an authentication timeout.
new
AuthorizationError(message: string,options?: ErrorOptions,)
parse(s: string): AuthorizationError | null