Method: RightAws::AwsError#errors

Defined in:
lib/awsbase/right_awsbase.rb

#errorsObject (readonly)

either an array of errors where each item is itself an array of [code, message]), or an error string if the error was raised manually, as in AwsError.new('err_text')



524
525
526
# File 'lib/awsbase/right_awsbase.rb', line 524

def errors
  @errors
end