class Airbrake::Promise

def rejected?

Experimental RBS support (using type sampling data from the type_fusion project).

def rejected?: () -> untyped

This signature was generated using 21 samples from 1 application.

Returns:
  • (Boolean) -
def rejected?
  @value.key?('error')
end