struct Protocol::Page::InstallabilityError

Overview

The installability error

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def error_arguments : Array(InstallabilityErrorArgument) #

The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).


[View source]
def error_id : String #

The error id (e.g. 'manifest-missing-suitable-icon').


[View source]