class Playwright::Request::RequestFailure

Included Modules

Defined in:

playwright/request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(error_text : String) #

[View source]

Instance Method Detail

def error_text : String #

Human-readable error message, e.g. 'net::ERR_FAILED'.


[View source]