Exception: SimpleSDKBuilder::UnknownError

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

Overview

Indicates any other API error (generally should be non-transient and not worth retrying). The error code and string will be present in this error’s message if one was provided in the response.

Instance Attribute Summary

Attributes inherited from Error

#code

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from SimpleSDKBuilder::Error