TosServerException class

Inheritance
Mixed-in types

Constructors

TosServerException.new(String code, [String ec = ''])
TosServerException.withKey(String key, [String code = '', String ec = ''])

Properties

code String
getter/setter pair
ec String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pairinherited
hostId String
getter/setter pair
id2 String
getter/setter pairinherited
key String
getter/setter pair
message String
getter/setter pairinherited
requestId String
getter/setter pairinherited
requestUrl String
getter/setter pairinherited
resource String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
getter/setter pairinherited

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