Skip to content
Eduard Gushchin edited this page Jun 21, 2026 · 5 revisions

Error

Back to API Reference

Namespace: Electron2D

Summary

Identifies values used by the error API.

Declaration

public enum Electron2D.Error : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable

Remarks

This type is part of the Electron2D 0.1.0 Preview public API.

Since

This API is available since Electron2D 0.1.0 Preview.

Members

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.

Member Details

AlreadyExists

Kind: Enum value

public const Electron2D.Error AlreadyExists

Summary

Identifies the already exists value.

Remarks

Use this value with APIs that accept Error.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Error

Failed

Kind: Enum value

public const Electron2D.Error Failed

Summary

Identifies the failed value.

Remarks

Use this value with APIs that accept Error.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Error

InvalidParameter

Kind: Enum value

public const Electron2D.Error InvalidParameter

Summary

Identifies the invalid parameter value.

Remarks

Use this value with APIs that accept Error.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Error

Ok

Kind: Enum value

public const Electron2D.Error Ok

Summary

Identifies the ok value.

Remarks

Use this value with APIs that accept Error.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Error

Unavailable

Kind: Enum value

public const Electron2D.Error Unavailable

Summary

Identifies the unavailable value.

Remarks

Use this value with APIs that accept Error.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Error

Clone this wiki locally