AutodiscoverErrorCode enum

Defines the error codes that can be returned by the Autodiscover service.
Inheritance

Constructors

AutodiscoverErrorCode()
const

Values

NoError → const AutodiscoverErrorCode
There was no Error.
RedirectAddress → const AutodiscoverErrorCode
The caller must follow the e-mail address redirection that was returned by Autodiscover.
RedirectUrl → const AutodiscoverErrorCode
The caller must follow the URL redirection that was returned by Autodiscover.
InvalidUser → const AutodiscoverErrorCode
The user that was passed in the request is invalid.
InvalidRequest → const AutodiscoverErrorCode
The request is invalid.
InvalidSetting → const AutodiscoverErrorCode
A specified setting is invalid.
SettingIsNotAvailable → const AutodiscoverErrorCode
A specified setting is not available.
ServerBusy → const AutodiscoverErrorCode
The server is too busy to process the request.
InvalidDomain → const AutodiscoverErrorCode
The requested domain is not valid.
NotFederated → const AutodiscoverErrorCode
The organization is not federated.
InternalServerError → const AutodiscoverErrorCode
server error.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<AutodiscoverErrorCode>
A constant List of the values in this enum, in order of their declaration.