Documentation
¶
Overview ¶
Package api implements the pushq REST API (see api/openapi.yaml).
Index ¶
Constants ¶
View Source
const ( CodeAlreadyExists = "already_exists" CodeNotFound = "not_found" CodeFailedPrecondition = "failed_precondition" CodeInvalidArgument = "invalid_argument" CodeUnauthenticated = "unauthenticated" CodePermissionDenied = "permission_denied" CodePayloadTooLarge = "payload_too_large" CodeInternal = "internal" )
Stable machine-readable error codes (RFC 9457 problem+json `code` extension).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.