Documentation
¶
Index ¶
Constants ¶
View Source
const CorrelationIDMetadataKey = "x-correlation-id"
View Source
const RequestIDMetadataKey = "x-request-id"
Variables ¶
This section is empty.
Functions ¶
func NewRemoteError ¶ added in v0.0.6
Types ¶
type CallPanicedError ¶ added in v0.0.6
type CallPanicedError struct {
RecoverInfo string
}
MARK: - CallPanicedError
func (CallPanicedError) Error ¶ added in v0.0.6
func (e CallPanicedError) Error() string
func (CallPanicedError) Type ¶ added in v0.0.6
func (e CallPanicedError) Type() apperr.ErrorType
type RemoteError ¶ added in v0.0.6
type RemoteError struct {
// contains filtered or unexported fields
}
MARK: - RemoteError
func (RemoteError) Error ¶ added in v0.0.6
func (e RemoteError) Error() string
func (RemoteError) Type ¶ added in v0.0.6
func (e RemoteError) Type() apperr.ErrorType
Click to show internal directories.
Click to hide internal directories.