Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrRep ¶
func (*ErrRep) GRPCStatus ¶ added in v0.0.28
func (*ErrRep) MarshalJSON ¶
func (*ErrRep) Wrap ¶ added in v0.0.27
func (x *ErrRep) Wrap(err error) *WrapErrRep
type GRPCStatus ¶ added in v0.0.28
type WarpErrCode ¶
type WarpErrCode struct { ErrCode // contains filtered or unexported fields }
func (*WarpErrCode) Error ¶
func (x *WarpErrCode) Error() string
func (*WarpErrCode) Unwrap ¶
func (x *WarpErrCode) Unwrap() error
type WrapErrRep ¶ added in v0.0.27
type WrapErrRep struct { ErrRep // contains filtered or unexported fields }
func (*WrapErrRep) Error ¶ added in v0.0.27
func (e *WrapErrRep) Error() string
func (*WrapErrRep) Unwrap ¶ added in v0.0.27
func (e *WrapErrRep) Unwrap() error
Click to show internal directories.
Click to hide internal directories.