Class ErrorUtilities
Helper utility class to convert error codes to human readable error messages.
#
InheritanceSystem.Object
ErrorUtilities
#
Inherited MembersSystem.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
#
Namespace: Unity.Netcode.Transports.UTP#
Assembly: MLAPI.dll#
Syntax#
Methods#
ErrorToString(Networking.Transport.Error.StatusCode, UInt64)Convert error code to human readable error message.
#
Declaration#
ParametersType | Name | Description |
---|---|---|
Networking.Transport.Error.StatusCode | error | Status code of the error |
System.UInt64 | connectionId | Subject connection ID of the error |
#
ReturnsType | Description |
---|---|
System.String | Human readable error message. |