DdxException class

Implemented types

Constructors

DdxException(DdxError ddxError)
DdxException.badRequest({DdxError? ddxError})
factory
DdxException.conflict({DdxError? ddxError})
factory
DdxException.forbidden({DdxError? ddxError})
factory
DdxException.internalServerError({DdxError? ddxError})
factory
DdxException.invalidFormat({DdxError? ddxError})
factory
DdxException.notFound({DdxError? ddxError})
factory
DdxException.requestTimeout({DdxError? ddxError})
factory
DdxException.serviceUnavailable({DdxError? ddxError})
factory
DdxException.unauthorized({DdxError? ddxError})
factory
DdxException.unknownError({DdxError? ddxError})
factory
DdxException.unstableNetwork({DdxError? ddxError})
factory
DdxException.userInputError({DdxError? ddxError})
factory

Properties

ddxError DdxError
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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