Exception: Google::Serverless::Exec::Gcloud::GcloudFailed

Inherits:
Error
  • Object
show all
Defined in:
lib/google/serverless/exec/gcloud.rb

Overview

Exception raised when gcloud fails and returns an error.

Instance Method Summary collapse

Constructor Details

#initialize(code) ⇒ GcloudFailed

Returns a new instance of GcloudFailed.



66
67
68
# File 'lib/google/serverless/exec/gcloud.rb', line 66

def initialize code
  super "GCloud failed with result code #{code}"
end