From 23f5e7413d881f504380d9ed04b2c34f546a3560 Mon Sep 17 00:00:00 2001 From: Mike Moore Date: Tue, 16 Jun 2015 12:03:03 -0600 Subject: [PATCH] Update Storage Error documentation --- lib/gcloud/storage/errors.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/gcloud/storage/errors.rb b/lib/gcloud/storage/errors.rb index 9e1a5b7b5eb3..6092720cb88a 100644 --- a/lib/gcloud/storage/errors.rb +++ b/lib/gcloud/storage/errors.rb @@ -16,11 +16,15 @@ module Gcloud module Storage ## + # = Storage Error + # # Base Storage exception class. class Error < Gcloud::Error end ## + # = ApiError + # # Raised when an API call is not successful. class ApiError < Error ## @@ -45,6 +49,8 @@ def self.from_response resp #:nodoc: end ## + # = FileVerificationError + # # Raised when a File download fails the verification. class FileVerificationError < Error ##