Exception: Gcloud::InvalidArgumentError

Inherits:
Error
  • Object
show all
Defined in:
lib/gcloud/errors.rb

Overview

InvalidArgument indicates client specified an invalid argument. Note that this differs from FailedPrecondition. It indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name).

Instance Attribute Summary

Attributes inherited from Error

#inner

Method Summary

Methods inherited from Error

from_error, #initialize, klass_for

Constructor Details

This class inherits a constructor from Gcloud::Error