Documentation ¶ Index ¶ type Exception func NewException() *Exception func (e *Exception) Build() *core.Exception func (e *Exception) Code(code kernel.Code) (exception *Exception) func (e *Exception) Field(required gox.Field[any], optionals ...gox.Field[any]) (exception *Exception) func (e *Exception) Message(message string) (exception *Exception) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Exception ¶ type Exception struct { // contains filtered or unexported fields } func NewException ¶ func NewException() *Exception func (*Exception) Build ¶ func (e *Exception) Build() *core.Exception func (*Exception) Code ¶ func (e *Exception) Code(code kernel.Code) (exception *Exception) func (*Exception) Field ¶ func (e *Exception) Field(required gox.Field[any], optionals ...gox.Field[any]) (exception *Exception) func (*Exception) Message ¶ func (e *Exception) Message(message string) (exception *Exception) Source Files ¶ View all Source files exception.go Click to show internal directories. Click to hide internal directories.