Exception: QuicknodeSdk::ApiError

Inherits:
Error
  • Object
show all
Defined in:
sig/quicknode_sdk.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString (readonly)

Returns the value of attribute body.

Returns:

  • (String)


21
22
23
# File 'sig/quicknode_sdk.rbs', line 21

def body
  @body
end

#statusInteger (readonly)

Returns the value of attribute status.

Returns:

  • (Integer)


20
21
22
# File 'sig/quicknode_sdk.rbs', line 20

def status
  @status
end