Class ProfileStatus
Enumerates the profile error code strings.
Namespace: Neon.Deployment
Assembly: Neon.Common.dll
Syntax
public static class ProfileStatus
Fields
Aborted
The user aborted the operation.
Declaration
public const string Aborted = "ABORTED"
Field Value
Type | Description |
---|---|
string |
BadArgument
A request argument is invalid..
Declaration
public const string BadArgument = "BAD-ARGUMENT"
Field Value
Type | Description |
---|---|
string |
BadCommand
The request command is unknown.
Declaration
public const string BadCommand = "BAD-COMMAND"
Field Value
Type | Description |
---|---|
string |
BadReference
The profile or secret reference is malformed.
Declaration
public const string BadReference = "BAD-REFERENCE"
Field Value
Type | Description |
---|---|
string |
BadRequest
The request is malformed.
Declaration
public const string BadRequest = "BAD-REQUEST"
Field Value
Type | Description |
---|---|
string |
CallError
An arbitrary call to the profile server failed.
Declaration
public const string CallError = "CALL-ERROR"
Field Value
Type | Description |
---|---|
string |
Connect
Unable to establish a connection with to the profile server.
Declaration
public const string Connect = "CONNECT"
Field Value
Type | Description |
---|---|
string |
MissingArg
The request is missing one or more required arguments.
Declaration
public const string MissingArg = "MISSING-ARG"
Field Value
Type | Description |
---|---|
string |
NotFound
A secret or profile value could not be found.
Declaration
public const string NotFound = "NOT-FOUND"
Field Value
Type | Description |
---|---|
string |
NotReady
The profile server is running but it's not ready to accept requests.
Declaration
public const string NotReady = "NOT-READY"
Field Value
Type | Description |
---|---|
string |
OK
The request completed successfully.
Declaration
public const string OK = "OK"
Field Value
Type | Description |
---|---|
string |
OnePasswordUnavailable
The 1Password backend service is not available.
Declaration
public const string OnePasswordUnavailable = "1PASSWORD-UNAVAILABLE"
Field Value
Type | Description |
---|---|
string |
Other
An onspecified error occurred.
Declaration
public const string Other = "OTHER"
Field Value
Type | Description |
---|---|
string |
Timeout
The operation timed-out.
Declaration
public const string Timeout = "TIMEOUT"
Field Value
Type | Description |
---|---|
string |