-
Notifications
You must be signed in to change notification settings - Fork 0
Error
Namespace: Electron2D
Identifies values used by the error API.
public enum Electron2D.Error : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableThis type is part of the Electron2D 0.1.0 Preview public API.
This API is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
AlreadyExists |
Enum value | Identifies the already exists value. |
Failed |
Enum value | Identifies the failed value. |
InvalidParameter |
Enum value | Identifies the invalid parameter value. |
Ok |
Enum value | Identifies the ok value. |
Unavailable |
Enum value | Identifies the unavailable value. |
Kind: Enum value
public const Electron2D.Error AlreadyExistsIdentifies the already exists value.
Use this value with APIs that accept Error.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Error
Kind: Enum value
public const Electron2D.Error FailedIdentifies the failed value.
Use this value with APIs that accept Error.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Error
Kind: Enum value
public const Electron2D.Error InvalidParameterIdentifies the invalid parameter value.
Use this value with APIs that accept Error.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Error
Kind: Enum value
public const Electron2D.Error OkIdentifies the ok value.
Use this value with APIs that accept Error.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Error
Kind: Enum value
public const Electron2D.Error UnavailableIdentifies the unavailable value.
Use this value with APIs that accept Error.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Error
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.