class Ptero::AuthFailedError

Overview

Raised when a request fails to be authenticated. This can either be a 401 (unauthorized) error or a 403 (forbidden) error.

Defined in:

errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : Int32) #

[View source]

Instance Method Detail

def status : Int32 #

[View source]