URISchemeError class

Errors thrown by the uri scheme

Implemented types

Constructors

URISchemeError(int _type)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type int
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

invalidOriginDomain → const int
1
invalidSignature → const int
0
missingOriginDomain → const int
2
missingSignature → const int
3
tomlNotFoundOrInvalid → const int
4
tomlSignatureMissing → const int
5