Class ErrorMessage
Used to generate a message from an ErrorCode.
Inherited Members
Namespace: KtxUnity
Assembly: Ktx.dll
Syntax
public static class ErrorMessage
Methods
GetErrorMessage(ErrorCode)
Generates a message from an ErrorCode.
Declaration
public static string GetErrorMessage(ErrorCode code)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorCode | code | The ErrorCode to generate a message from. |
Returns
| Type | Description |
|---|---|
| string | The generated error message. |