Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomError ¶
type CustomError struct {
Msg string
}
CustomError Custom error (who would guess)
func (*CustomError) Error ¶
func (e *CustomError) Error() string
type ErouskaError ¶
ErouskaError Error with code.
type MalformedRequestError ¶
MalformedRequestError Error for malformed request
func (*MalformedRequestError) Code ¶
func (mr *MalformedRequestError) Code() rpccode.Code
Code Code of the error.
func (*MalformedRequestError) Error ¶
func (mr *MalformedRequestError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Msg string
}
NotFoundError Error for not found
func (*NotFoundError) Error ¶
func (mr *NotFoundError) Error() string
type UnauthenticatedError ¶
type UnauthenticatedError struct {
Msg string
}
UnauthenticatedError Error for unauthenticated
func (*UnauthenticatedError) Code ¶
func (mr *UnauthenticatedError) Code() rpccode.Code
Code Code of the error.
func (*UnauthenticatedError) Error ¶
func (mr *UnauthenticatedError) Error() string
type UnknownError ¶
type UnknownError struct {
Msg string
}
UnknownError Unknown error
func (*UnknownError) Error ¶
func (e *UnknownError) Error() string
Click to show internal directories.
Click to hide internal directories.