Documentation ¶
Index ¶
- func FromGRPC(err error) error
- func IsE2APError(err error) bool
- func IsMiscControlProcessingOverload(err error) bool
- func IsMiscHardwareFailure(err error) bool
- func IsMiscOMIntervention(err error) bool
- func IsMiscUnspecified(err error) bool
- func IsProtocolAbstractSyntaxErrorFalselyConstructedMessage(err error) bool
- func IsProtocolAbstractSyntaxErrorIgnoreAndNotify(err error) bool
- func IsProtocolAbstractSyntaxErrorReject(err error) bool
- func IsProtocolMessageNotCompatibleWithReceiverState(err error) bool
- func IsProtocolSemanticError(err error) bool
- func IsProtocolTransferSyntaxError(err error) bool
- func IsProtocolUnspecified(err error) bool
- func IsRICActionNotSupported(err error) bool
- func IsRICCallProcessIDInvalid(err error) bool
- func IsRICControlMessageInvalid(err error) bool
- func IsRICDuplicateAction(err error) bool
- func IsRICDuplicateEvent(err error) bool
- func IsRICExcessiveActions(err error) bool
- func IsRICFunctionResourceLimit(err error) bool
- func IsRICInconsistentActionSubsequentActionSequence(err error) bool
- func IsRICRANFunctionIDInvalid(err error) bool
- func IsRICRequestIDUnknown(err error) bool
- func IsRICServiceExcessiveFunctions(err error) bool
- func IsRICServiceFunctionNotRequired(err error) bool
- func IsRICServiceRICResourceLimit(err error) bool
- func IsRICServiceUnspecified(err error) bool
- func IsRICUnspecified(err error) bool
- func IsType(err error, t E2APType) bool
- func New(t E2APType, msg string, args ...interface{}) error
- func NewMiscControlProcessingOverload(msg string, args ...interface{}) error
- func NewMiscHardwareFailure(msg string, args ...interface{}) error
- func NewMiscOMIntervention(msg string, args ...interface{}) error
- func NewMiscUnspecified(msg string, args ...interface{}) error
- func NewProtocolAbstractSyntaxErrorFalselyConstructedMessage(msg string, args ...interface{}) error
- func NewProtocolAbstractSyntaxErrorIgnoreAndNotify(msg string, args ...interface{}) error
- func NewProtocolAbstractSyntaxErrorReject(msg string, args ...interface{}) error
- func NewProtocolMessageNotCompatibleWithReceiverState(msg string, args ...interface{}) error
- func NewProtocolSemanticError(msg string, args ...interface{}) error
- func NewProtocolTransferSyntaxError(msg string, args ...interface{}) error
- func NewProtocolUnspecified(msg string, args ...interface{}) error
- func NewRICActionNotSupported(msg string, args ...interface{}) error
- func NewRICCallProcessIDInvalid(msg string, args ...interface{}) error
- func NewRICControlMessageInvalid(msg string, args ...interface{}) error
- func NewRICDuplicateAction(msg string, args ...interface{}) error
- func NewRICDuplicateEvent(msg string, args ...interface{}) error
- func NewRICExcessiveActions(msg string, args ...interface{}) error
- func NewRICFunctionResourceLimit(msg string, args ...interface{}) error
- func NewRICInconsistentActionSubsequentActionSequence(msg string, args ...interface{}) error
- func NewRICRANFunctionIDInvalid(msg string, args ...interface{}) error
- func NewRICRequestIDUnknown(msg string, args ...interface{}) error
- func NewRICServiceExcessiveFunctions(msg string, args ...interface{}) error
- func NewRICServiceFunctionNotRequired(msg string, args ...interface{}) error
- func NewRICServiceRICResourceLimit(msg string, args ...interface{}) error
- func NewRICServiceUnspecified(msg string, args ...interface{}) error
- func NewRICUnspecified(msg string, args ...interface{}) error
- func NewUnknown(msg string, args ...interface{}) error
- type E2APType
- type TypedError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsE2APError ¶
IsE2APError checks if a given error is an E2AP error
func IsMiscControlProcessingOverload ¶
IsMiscControlProcessingOverload checks whether the given error is a MiscControlProcessingOverload error
func IsMiscHardwareFailure ¶
IsMiscHardwareFailure checks whether the given error is a MiscHardwareFailure error
func IsMiscOMIntervention ¶
IsMiscOMIntervention checks whether the given error is a MiscOMIntervention error
func IsMiscUnspecified ¶
IsMiscUnspecified checks whether the given error is a MiscUnspecified error
func IsProtocolAbstractSyntaxErrorFalselyConstructedMessage ¶
IsProtocolAbstractSyntaxErrorFalselyConstructedMessage checks whether the given error is a ProtocolAbstractSyntaxErrorFalselyConstructedMessage error
func IsProtocolAbstractSyntaxErrorIgnoreAndNotify ¶
IsProtocolAbstractSyntaxErrorIgnoreAndNotify checks whether the given error is a ProtocolAbstractSyntaxErrorIgnoreAndNotify error
func IsProtocolAbstractSyntaxErrorReject ¶
IsProtocolAbstractSyntaxErrorReject checks whether the given error is a ProtocolAbstractSyntaxErrorReject error
func IsProtocolMessageNotCompatibleWithReceiverState ¶
IsProtocolMessageNotCompatibleWithReceiverState checks whether the given error is a ProtocolMessageNotCompatibleWithReceiverState error
func IsProtocolSemanticError ¶
IsProtocolSemanticError checks whether the given error is a ProtocolSemanticError error
func IsProtocolTransferSyntaxError ¶
IsProtocolTransferSyntaxError checks whether the given error is a ProtocolTransferSyntaxError error
func IsProtocolUnspecified ¶
IsProtocolUnspecified checks whether the given error is a ProtocolUnspecified error
func IsRICActionNotSupported ¶
IsRICActionNotSupported checks whether the given error is a RICActionNotSupported error
func IsRICCallProcessIDInvalid ¶
IsRICCallProcessIDInvalid checks whether the given error is a RICCallProcessIDInvalid error
func IsRICControlMessageInvalid ¶
IsRICControlMessageInvalid checks whether the given error is a RICControlMessageInvalid error
func IsRICDuplicateAction ¶
IsRICDuplicateAction checks whether the given error is a RICDuplicateAction error
func IsRICDuplicateEvent ¶
IsRICDuplicateEvent checks whether the given error is a RICDuplicateEvent error
func IsRICExcessiveActions ¶
IsRICExcessiveActions checks whether the given error is a RICExcessiveActions error
func IsRICFunctionResourceLimit ¶
IsRICFunctionResourceLimit checks whether the given error is a RICFunctionResourceLimit error
func IsRICInconsistentActionSubsequentActionSequence ¶
IsRICInconsistentActionSubsequentActionSequence checks whether the given error is a RICInconsistentActionSubsequentActionSequence error
func IsRICRANFunctionIDInvalid ¶
IsRICRANFunctionIDInvalid checks whether the given error is a RICRANFunctionIDInvalid error
func IsRICRequestIDUnknown ¶
IsRICRequestIDUnknown checks whether the given error is a RICRequestIDUnknown error
func IsRICServiceExcessiveFunctions ¶
IsRICServiceExcessiveFunctions checks whether the given error is a RICServiceExcessiveFunctions error
func IsRICServiceFunctionNotRequired ¶
IsRICServiceFunctionNotRequired checks whether the given error is a RICServiceFunctionNotRequired error
func IsRICServiceRICResourceLimit ¶
IsRICServiceRICResourceLimit checks whether the given error is a RICServiceRICResourceLimit error
func IsRICServiceUnspecified ¶
IsRICServiceUnspecified checks whether the given error is a RICServiceUnspecified error
func IsRICUnspecified ¶
IsRICUnspecified checks whether the given error is a RIC Unspecified error
func NewMiscControlProcessingOverload ¶
NewMiscControlProcessingOverload returns a new MiscControlProcessingOverload error
func NewMiscHardwareFailure ¶
NewMiscHardwareFailure returns a new MiscHardwareFailure error
func NewMiscOMIntervention ¶
NewMiscOMIntervention returns a new MiscOMIntervention error
func NewMiscUnspecified ¶
NewMiscUnspecified returns a new MiscUnspecified error
func NewProtocolAbstractSyntaxErrorFalselyConstructedMessage ¶
NewProtocolAbstractSyntaxErrorFalselyConstructedMessage returns a new ProtocolAbstractSyntaxErrorFalselyConstructedMessage error
func NewProtocolAbstractSyntaxErrorIgnoreAndNotify ¶
NewProtocolAbstractSyntaxErrorIgnoreAndNotify returns a new ProtocolAbstractSyntaxErrorIgnoreAndNotify error
func NewProtocolAbstractSyntaxErrorReject ¶
NewProtocolAbstractSyntaxErrorReject returns a new ProtocolAbstractSyntaxErrorReject error
func NewProtocolMessageNotCompatibleWithReceiverState ¶
NewProtocolMessageNotCompatibleWithReceiverState returns a new ProtocolMessageNotCompatibleWithReceiverState error
func NewProtocolSemanticError ¶
NewProtocolSemanticError returns a new ProtocolSemanticError error
func NewProtocolTransferSyntaxError ¶
NewProtocolTransferSyntaxError returns a new ProtocolTransferSyntaxError error
func NewProtocolUnspecified ¶
NewProtocolUnspecified returns a new ProtocolUnspecified error
func NewRICActionNotSupported ¶
NewRICActionNotSupported returns a new RICActionNotSupported error
func NewRICCallProcessIDInvalid ¶
NewRICCallProcessIDInvalid returns a new RICCallProcessIDInvalid error
func NewRICControlMessageInvalid ¶
NewRICControlMessageInvalid returns a new RICControlMessageInvalid error
func NewRICDuplicateAction ¶
NewRICDuplicateAction returns a new RICDuplicateAction error
func NewRICDuplicateEvent ¶
NewRICDuplicateEvent returns a new RICDuplicateEvent error
func NewRICExcessiveActions ¶
NewRICExcessiveActions returns a new RICExcessiveActions error
func NewRICFunctionResourceLimit ¶
NewRICFunctionResourceLimit returns a new RICFunctionResourceLimit error
func NewRICInconsistentActionSubsequentActionSequence ¶
NewRICInconsistentActionSubsequentActionSequence returns a new RICInconsistentActionSubsequentActionSequence error
func NewRICRANFunctionIDInvalid ¶
NewRICRANFunctionIDInvalid returns a new RICRANFunctionIDInvalid error
func NewRICRequestIDUnknown ¶
NewRICRequestIDUnknown returns a new RICRequestIDUnknown error
func NewRICServiceExcessiveFunctions ¶
NewRICServiceExcessiveFunctions returns a new RICServiceExcessiveFunctions error
func NewRICServiceFunctionNotRequired ¶
NewRICServiceFunctionNotRequired returns a new RICServiceFunctionNotRequired error
func NewRICServiceRICResourceLimit ¶
NewRICServiceRICResourceLimit returns a new RICServiceRICResourceLimit error
func NewRICServiceUnspecified ¶
NewRICServiceUnspecified returns a new RICServiceUnspecified error
func NewRICUnspecified ¶
NewRICUnspecified returns a new RIC Unspecified error
func NewUnknown ¶
NewUnknown returns a new Unknown error
Types ¶
type E2APType ¶
type E2APType int
E2APType is an E2AP error type
const ( Unknown E2APType = iota RICUnspecified RICRANFunctionIDInvalid RICActionNotSupported RICExcessiveActions RICDuplicateAction RICDuplicateEvent RICFunctionResourceLimit RICRequestIDUnknown RICInconsistentActionSubsequentActionSequence RICControlMessageInvalid RICCallProcessIDInvalid RICServiceUnspecified RICServiceFunctionNotRequired RICServiceExcessiveFunctions RICServiceRICResourceLimit ProtocolUnspecified ProtocolTransferSyntaxError ProtocolAbstractSyntaxErrorReject ProtocolAbstractSyntaxErrorIgnoreAndNotify ProtocolMessageNotCompatibleWithReceiverState ProtocolSemanticError ProtocolAbstractSyntaxErrorFalselyConstructedMessage MiscUnspecified MiscControlProcessingOverload MiscHardwareFailure MiscOMIntervention )
Error type constants
type TypedError ¶
type TypedError struct { // E2APType is the E2AP error type E2APType E2APType // Message is the error message Message string }
TypedError is a typed error
func (*TypedError) Error ¶
func (e *TypedError) Error() string