Documentation
¶
Overview ¶
Package api contains routes, client models, and API related utilities. Models should be exported for go client consumption.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorHandler ¶
Types ¶
type ValidationErrorResponse ¶
type ValidationErrorResponse struct {
Message string `json:"message"`
ValidationErrors map[string]string `json:"validationErrors,omitempty"`
}
Note: This model is shared between API versions. Therefore any change here is breaking for all API versions.
Click to show internal directories.
Click to hide internal directories.