lib/hello_sign/client.rb in hellosign-ruby-sdk-3.0.6 vs lib/hello_sign/client.rb in hellosign-ruby-sdk-3.0.7
- old
+ new
@@ -28,9 +28,10 @@
attr_accessor :end_point, :oauth_end_point, :api_version, :user_agent, :client_id, :client_secret, :email_address, :password, :api_key, :auth_token, :logging, :log_level
ERRORS = {
400 => Error::BadRequest,
401 => Error::Unauthorized,
+ 402 => Error::PaidApiPlanRequired,
403 => Error::Forbidden,
404 => Error::NotFound,
405 => Error::MethodNotAllowed,
409 => Error::Conflict,
410 => Error::Gone,