Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional][default to 'HTTP Error'] | |
message | String | [optional][default to 'Unauthorized'] |
require 'nft_storage'
instance = NFTStorage::UnauthorizedErrorResponseError.new(
name: null,
message: null
)