Module: SparkApi::Errors
- Defined in:
- lib/spark_api/errors.rb
Overview
Errors
Error messages and other error handling
Class Method Summary collapse
Class Method Details
.ssl_verification_error ⇒ Object
46 47 48 49 |
# File 'lib/spark_api/errors.rb', line 46 def self.ssl_verification_error "SSL verification problem: if connecting to a trusted but non production API endpoint, " + "set 'ssl_verify' to false in the configuration or add '--no_verify' to the CLI command." end |