# Variables
APIErrBadRequest represents an HTTP 400 error.
APIErrSystemUnavailable represents an hTTP 5xx error.
APIErrUnauthorized represents an HTTP 401 error.
# Structs
APIErrorResponse represents a body of the shape: {"success":false,"message":"error message"}.
APIResponse represents a response from structurizr.
Workspace represents a workspace configured in the structurizr.
Workspaces is the response body for any CRU methods.