module SparkApi::Errors
Errors
¶ ↑
Error messages and other error handling
Public Class Methods
ssl_verification_error()
click to toggle source
# 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