struct Protocol::Page::AppManifestError

Overview

Error while paring app manifest.

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 column : Int::Primitive #

Error column.


[View source]
def critical : Int::Primitive #

If criticial, this is a non-recoverable parse error.


[View source]
def line : Int::Primitive #

Error line.


[View source]
def message : String #

Error message.


[View source]