Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CriticalNotificationError ¶
type CriticalNotificationError struct {
Err error
}
func NewCriticalNotificationError ¶
func NewCriticalNotificationError(kindID string) CriticalNotificationError
func (CriticalNotificationError) Error ¶
func (e CriticalNotificationError) Error() string
type ErrorWriter ¶
type ErrorWriter struct{}
func NewErrorWriter ¶
func NewErrorWriter() ErrorWriter
func (ErrorWriter) Write ¶
func (writer ErrorWriter) Write(w http.ResponseWriter, err error)
type MissingUserTokenError ¶
type MissingUserTokenError struct {
Err error
}
func (MissingUserTokenError) Error ¶
func (e MissingUserTokenError) Error() string
type ParseError ¶
type ParseError struct{}
func (ParseError) Error ¶
func (err ParseError) Error() string
type SchemaError ¶
type SchemaError struct {
Err error
}
func (SchemaError) Error ¶
func (e SchemaError) Error() string
type TemplateCreateError ¶
type TemplateCreateError struct{}
func (TemplateCreateError) Error ¶
func (err TemplateCreateError) Error() string
type UAAScopesError ¶
type UAAScopesError struct {
Err error
}
func (UAAScopesError) Error ¶
func (e UAAScopesError) Error() string
type ValidationError ¶
type ValidationError struct {
Err error
}
func (ValidationError) Error ¶
func (e ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.