Documentation
¶
Index ¶
- func HandlerExecutionErrorType() schema.Type
- func HandlerNotFoundErrorType() schema.Type
- func InvalidAudienceErrorType() schema.Type
- func InvocationCapabilityErrorType() schema.Type
- func Schema() []byte
- type CapabilityModel
- type FailureModel
- type HandlerExecutionErrorModel
- type HandlerNotFoundErrorModel
- type InvalidAudienceErrorModel
- type InvocationCapabilityErrorModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvalidAudienceErrorType ¶ added in v0.3.0
Types ¶
type CapabilityModel ¶
type FailureModel ¶
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 InvocationCapabilityErrorModel ¶
type InvocationCapabilityErrorModel struct {
Error bool
Name *string
Message string
Capabilities []CapabilityModel
}
Click to show internal directories.
Click to hide internal directories.