Documentation ¶
Overview ¶
Package apitypes defines types shared between the daemon and its api client.
Index ¶
Constants ¶
View Source
const ( BadRequestError = "bad_request" NotFoundError = "not_found" InternalServerError = "internal_server" NotImplementedError = "not_implemented" )
These are the possible error types.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorType ¶
type ErrorType string
ErrorType represents the string error types that the daemon and registry can return.
type SessionStatus ¶
SessionStatus contains details about the user's daemon session.
Click to show internal directories.
Click to hide internal directories.