Method: CoreLibrary::Or#error_message

Defined in:
lib/apimatic-core/authentication/multiple/or_auth_group.rb

#error_messageString

Getter for the error message for auth.

Returns:

  • (String)

    The error message while applying the auth.



6
7
8
# File 'lib/apimatic-core/authentication/multiple/or_auth_group.rb', line 6

def error_message
  @error_messages.join(' or ')
end