Method: CoreLibrary::Or#error_message
- Defined in:
- lib/apimatic-core/authentication/multiple/or_auth_group.rb
#error_message ⇒ String
Getter for the error message for auth.
6 7 8 |
# File 'lib/apimatic-core/authentication/multiple/or_auth_group.rb', line 6 def @error_messages.join(' or ') end |