Our new developer documentation is now available. Please check it out!
Utility.IsError
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public static bool IsError(uint error)
Determines if the specified error code identifies an actual error.
Parameters
Name | Type | Description |
---|---|---|
error | UInt32 | error code |
Returns
Type | Description |
---|---|
Boolean | true if error |