Documentation ¶
Index ¶
- type Exception
- func BadGatewayException(response any, opts ...any) Exception
- func BadRequestException(response any, opts ...any) Exception
- func ConflictException(response any, opts ...any) Exception
- func ForbiddenException(response any, opts ...any) Exception
- func GatewayTimeoutException(response any, opts ...any) Exception
- func GoneException(response any, opts ...any) Exception
- func HTTPVersionNotSupportedException(response any, opts ...any) Exception
- func InternalServerErrorException(response any, opts ...any) Exception
- func MethodNotAllowedException(response any, opts ...any) Exception
- func MisdirectedRequestException(response any, opts ...any) Exception
- func NewException(response any, code string, opts ...any) Exception
- func NotAcceptableException(response any, opts ...any) Exception
- func NotFoundException(response any, opts ...any) Exception
- func NotImplementedException(response any, opts ...any) Exception
- func PreconditionFailedException(response any, opts ...any) Exception
- func RequestEntityTooLargeException(response any, opts ...any) Exception
- func RequestTimeoutException(response any, opts ...any) Exception
- func ServiceUnavailableException(response any, opts ...any) Exception
- func TeapotException(response any, opts ...any) Exception
- func UnauthorizedException(response any, opts ...any) Exception
- func UnprocessableEntityException(response any, opts ...any) Exception
- func UnsupportedMediaTypeException(response any, opts ...any) Exception
- type ExceptionOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exception ¶
type Exception struct {
// contains filtered or unexported fields
}
func BadGatewayException ¶
func BadRequestException ¶
func ConflictException ¶
func ForbiddenException ¶
func GatewayTimeoutException ¶
func GoneException ¶
func NotAcceptableException ¶
func NotFoundException ¶
func NotImplementedException ¶
func RequestTimeoutException ¶
func TeapotException ¶
func UnauthorizedException ¶
func (Exception) GetHTTPStatus ¶
func (Exception) GetResponse ¶
type ExceptionOptions ¶
Click to show internal directories.
Click to hide internal directories.