Skip to content

Commit

Permalink
Merge pull request #504 from nylas/adjust-provider-error-description
Browse files Browse the repository at this point in the history
Adjust gendoc to correctly show this as a hash
  • Loading branch information
sanscontext authored Nov 25, 2024
2 parents f5bacef + 0e31206 commit 9d6db9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nylas/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class NylasApiError < AbstractNylasApiError
# @param type [Hash] Error type.
# @param message [String] Error message.
# @param status_code [Integer] Error status code.
# @param provider_error [String, nil] Provider error.
# @param provider_error [Hash, nil] The error from the provider.
# @param request_id [Hash, nil] The ID of the request.
def initialize(type, message, status_code, provider_error = nil, request_id = nil)
super(message)
Expand Down

0 comments on commit 9d6db9e

Please sign in to comment.