errors

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadRequestError

type BadRequestError struct {
	Message string
	Err     error
}

BadRequestError ...

func (*BadRequestError) Error

func (s *BadRequestError) Error() string

Error ...

type GatewayError

type GatewayError struct {
	Message string
	Err     error
}

GatewayError ...

func (*GatewayError) Error

func (s *GatewayError) Error() string

type RZPError

type RZPError struct {
	InternalErrorCode string `json:"internal_error_code"`
	Field             string `json:"field"`
	Description       string `json:"description"`
	Code              string `json:"code"`
}

RZPError ...

type RZPErrorJSON

type RZPErrorJSON struct {
	ErrorData RZPError `json:"error"`
}

RZPErrorJSON ...

type ServerError

type ServerError struct {
	Message string
	Err     error
}

ServerError ...

func (*ServerError) Error

func (s *ServerError) Error() string

type SignatureVerificationError

type SignatureVerificationError struct {
	Message string
	Err     error
}

SignatureVerificationError ...

func (*SignatureVerificationError) Error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL