Skip to content

Commit 0e31206

Browse files
LrubinLrubin
authored andcommitted
adjust gendoc to correctly show this as a hash
1 parent f5bacef commit 0e31206

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)