Errors - grpc

  • AbortedError Detail
  • Represents error occur when operation is aborted.

  • AleadyExistsError Detail
  • Represents error occur when attempt to create an entity which already exists.

  • CancelledError Detail
  • Represents the operation canceled(typically by the caller) error.

  • DataLossError Detail
  • Represents unrecoverable data loss or corruption erros.

  • DeadlineExceededError Detail
  • Represents operation expired before completion error.

  • FailedPreconditionError Detail
  • Represents error occur when operation is rejected because the system is not in a state required for the operation's execution.

  • InternalError Detail
  • Represents internal error.

  • InvalidArgumentError Detail
  • Represents client specified an invalid argument error.

  • NotFoundError Detail
  • Represents requested entity (e.g., file or directory) not found error.

  • OutOfRangeError Detail
  • Represents error occur when specified value is out of range.

  • PermissionDeniedError Detail
  • Represents error occur when the caller does not have permission to execute the specified operation.

  • ResourceExhaustedError Detail
  • Represents error occur when the resource is exhausted.

  • UnKnownError Detail
  • Represents unknown error.(e.g. Status value received is unknown)

  • UnauthenticatedError Detail
  • Represents error occur when the request does not have valid authentication credentials for the operation.

  • UnavailableError Detail
  • Represents error occur when the service is currently unavailable.

  • UnimplementedError Detail
  • Represents error occur when operation is not implemented or not supported/enabled in this service.