Exception: UberS3::Error::Standard
- Inherits:
-
StandardError
- Object
- StandardError
- UberS3::Error::Standard
- Defined in:
- lib/uber-s3/error.rb
Direct Known Subclasses
AccessDenied, AccountProblem, AmbiguousGrantByEmailAddress, BadDigest, BucketAlreadyExists, BucketAlreadyOwnedByYou, BucketNotEmpty, CredentialsNotSupported, CrossLocationLoggingProhibited, EntityTooLarge, EntityTooSmall, ExpiredToken, IllegalVersioningConfigurationException, IncompleteBody, IncorrectNumberOfFilesInPostRequest, InlineDataTooLarge, InternalError, InvalidAccessKeyId, InvalidAddressingHeader, InvalidArgument, InvalidBucketName, InvalidDigest, InvalidLocationConstraint, InvalidPart, InvalidPartOrder, InvalidPayer, InvalidPolicyDocument, InvalidRange, InvalidRequest, InvalidSOAPRequest, InvalidSecurity, InvalidStorageClass, InvalidTargetBucketForLogging, InvalidToken, InvalidURI, KeyTooLong, MalformedACLError, MalformedPOSTRequest, MalformedXML, MaxMessageLengthExceeded, MaxPostPreDataLengthExceededError, MetadataTooLarge, MethodNotAllowed, MissingAttachment, MissingContentLength, MissingRequestBodyError, MissingSecurityElement, MissingSecurityHeader, NoLoggingStatusForKey, NoSuchBucket, NoSuchKey, NoSuchUpload, NoSuchVersion, NotImplemented, NotSignedUp, NotSuchBucketPolicy, OperationAborted, PermanentRedirect, PreconditionFailed, Redirect, RequestIsNotMultiPartContent, RequestTimeTooSkewed, RequestTimeout, RequestTorrentOfBucketError, ServiceUnavailable, SignatureDoesNotMatch, SlowDown, TemporaryRedirect, TokenRefreshRequired, TooManyBuckets, UnexpectedContent, UnresolvableGrantByEmailAddress, UserKeyMustBeSpecified
Instance Method Summary collapse
-
#initialize(key, message) ⇒ Standard
constructor
A new instance of Standard.
Constructor Details
#initialize(key, message) ⇒ Standard
Returns a new instance of Standard.
6 7 8 |
# File 'lib/uber-s3/error.rb', line 6 def initialize(key, ) super("#{key}: #{}") end |