package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Jul 2, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
CodeAuthenticationRequired Code = "AUTHENTICATION_REQUIRED"
CodeTenantBlocked Code = "TENANT_BLOCKED"
CodeForbidden Code = "FORBIDDEN"
CodeInternalServerError Code = "INTERNAL_SERVER_ERROR"
)
type Error struct {
Code Code `json:"code"`
Status int32 `json:"status"`
Message string `json:"message,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.