Skip to content

Commit 9d6db9e

Browse files
authored
Merge pull request #504 from nylas/adjust-provider-error-description
Adjust gendoc to correctly show this as a hash
2 parents f5bacef + 0e31206 commit 9d6db9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nylas/errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class NylasApiError < AbstractNylasApiError
2121
# @param type [Hash] Error type.
2222
# @param message [String] Error message.
2323
# @param status_code [Integer] Error status code.
24-
# @param provider_error [String, nil] Provider error.
24+
# @param provider_error [Hash, nil] The error from the provider.
2525
# @param request_id [Hash, nil] The ID of the request.
2626
def initialize(type, message, status_code, provider_error = nil, request_id = nil)
2727
super(message)

0 commit comments

Comments
 (0)