datamodel

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2026 License: Apache-2.0, MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandlerExecutionErrorType

func HandlerExecutionErrorType() schema.Type

func HandlerNotFoundErrorType

func HandlerNotFoundErrorType() schema.Type

func InvalidAudienceErrorType added in v0.3.0

func InvalidAudienceErrorType() schema.Type

func InvocationCapabilityErrorType

func InvocationCapabilityErrorType() schema.Type

func Schema

func Schema() []byte

Types

type CapabilityModel

type CapabilityModel struct {
	Can  string
	With string
}

type FailureModel

type FailureModel struct {
	Name    *string
	Message string
	Stack   *string
}

type HandlerExecutionErrorModel

type HandlerExecutionErrorModel struct {
	Error      bool
	Name       *string
	Message    string
	Stack      *string
	Cause      FailureModel
	Capability CapabilityModel
}

type HandlerNotFoundErrorModel

type HandlerNotFoundErrorModel struct {
	Error      bool
	Name       *string
	Message    string
	Capability CapabilityModel
}

type InvalidAudienceErrorModel added in v0.3.0

type InvalidAudienceErrorModel struct {
	Error   bool
	Name    *string
	Message string
}

type InvocationCapabilityErrorModel

type InvocationCapabilityErrorModel struct {
	Error        bool
	Name         *string
	Message      string
	Capabilities []CapabilityModel
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL