Format Error
Takes an ODIN error code and returns an error message a string which can be printed to the log.
Inputs
Name | Type | Description |
---|---|---|
Code | integer | The error code. |
Outputs
Name | Type | Description |
---|---|---|
Return Value | string | The error message for the code. |
Takes an ODIN error code and returns an error message a string which can be printed to the log.
Name | Type | Description |
---|---|---|
Code | integer | The error code. |
Name | Type | Description |
---|---|---|
Return Value | string | The error message for the code. |