ALREADY_EXISTS | The resource with the provided ID already exists in the system. |
FAILED_PRECONDITION | The operation was rejected because the system is not in a state required for the operation’s execution. |
INTERNAL | Internal error. |
INVALID_ARGUMENT | The caller specified an invalid argument. Note that this differs from FAILED_PRECONDITION. INVALID_ARGUMENT indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name). |
NOT_FOUND | The given ID does not correlate to an existing resource in the system. |
OUT_OF_RANGE | The operation was attempted past the valid range. |
UNIMPLEMENTED | The operation is not implemented or is not supported/configured in this service. |
PERMISSION_DENIED | The caller does not have permission to execute the specified operation. |
UNAUTHENTICATED | The request does not have valid authentication credentials for the operation. |