DdxErrors class

Implemented types

Constructors

DdxErrors({String? type, String? message, String? title, String? detail})
DdxErrors.badRequest({String? type, String? message, String? title, String? detail})
factory
DdxErrors.conflict({String? type, String? message, String? title, String? detail})
factory
DdxErrors.forbidden({String? type, String? message, String? title, String? detail})
factory
DdxErrors.internalServerError({String? type, String? message, String? title, String? detail})
factory
DdxErrors.invalidFormat({String? type, String? message, String? title, String? detail})
factory
DdxErrors.notFound({String? type, String? message, String? title, String? detail})
factory
DdxErrors.requestTimeout({String? type, String? message, String? title, String? detail})
factory
DdxErrors.serviceUnavailable({String? type, String? message, String? title, String? detail})
factory
DdxErrors.unauthorized({String? type, String? message, String? title, String? detail})
factory
DdxErrors.unknownError({String? type, String? message, String? title, String? detail})
factory
DdxErrors.unstableNetwork({String? type, String? message, String? title, String? detail})
factory
DdxErrors.userInputError({String? type, String? message, String? title, String? detail})
factory

Properties

detail String?
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setteroverride
title String?
final
type String?
final

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