Use this consolidated error code index to navigate HTTP, AWS, Azure, and GCP failures from a single technical library. Each entry links to source-backed diagnosis, root-cause patterns, and production-focused remediation steps. Start broad, then drill into provider pages, operational categories, compare guides, or incident playbooks.
62 error codes available
100 error codes available
63 error codes available
22 error codes available
Showing 226-240 of 247.|Page 16 of 17
GCP OK means the operation completed successfully. In HTTP-mapped APIs this corresponds to HTTP 200 and is a success status, not an error condition.
GCP PERMISSION_DENIED means Google Cloud accepted the caller identity, then denied a named permission on a fully qualified resource after evaluating IAM allow,...
GCP UNAUTHENTICATED means the request does not include valid authentication credentials for the requested Google Cloud API operation.
GCP NOT_FOUND means the target entity cannot be resolved in the requested project, location, parent collection, or service-specific resource namespace.
GCP ALREADY_EXISTS means a create request attempted to allocate a resource identity that already exists in the target project, location, parent, or global names...
GCP INVALID_ARGUMENT means the request itself is wrong for this method, regardless of current resource state or timing.
GCP FAILED_PRECONDITION means the request is valid, but the system state or prerequisite chain is not yet in a condition that allows the operation to run.
GCP RESOURCE_EXHAUSTED means a quota, rate limit, or finite backend capacity was exhausted for the request.
GCP OUT_OF_RANGE means the request is structurally valid, but a requested value, offset, cursor, or range falls outside the currently valid bounds.
GCP UNIMPLEMENTED means the called method, RPC, API surface, or feature is not implemented by the selected Google Cloud endpoint, version, region, emulator, or...
GCP INTERNAL means a Google Cloud service or backend dependency hit an internal invariant, assertion, or unexpected state failure while processing the request.
GCP UNKNOWN means the RPC or REST-gRPC translation path returned an unclassified failure because a more specific canonical status was missing, stripped, or coul...
GCP UNAVAILABLE means the service is currently unavailable or the serving path could not accept the call. It is usually transient, but only explicitly safe call...
GCP DEADLINE_EXCEEDED means the client deadline expired before receiving a response, even if server-side work might have completed.
GCP ABORTED means the operation lost a concurrency race and must be restarted from a higher-level transaction or read-modify-write flow.