GoFileException class

A formatted Exception for the GoFile API Each GoFileException has a status and data

Implemented types

Constructors

GoFileException.fromJson(Map<String, dynamic> json)
Create the exception from the json response
factory

Properties

data Map<String, dynamic>?
Additional data for the exception
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
The status of the exception e.g. : non-premium
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Will return the status
override

Operators

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