Class WorkerHostConstants.ErrorCodes
Defines known error codes for worker hosts.
Inheritance
System.Object
WorkerHostConstants.ErrorCodes
Namespace: DNVGL.One.Compute.Core.WorkerHost
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ErrorCodes : object
Fields
View SourceInputFileTransferFailed
The input file transfer failed error code.
Declaration
public const int InputFileTransferFailed = null
Field Value
Type | Description |
---|---|
System.Int32 |
InternalWorkerHostException
The error code for an internal worker host exception.
Declaration
public const int InternalWorkerHostException = null
Field Value
Type | Description |
---|---|
System.Int32 |
Success
The success error code.
Declaration
public const int Success = null
Field Value
Type | Description |
---|---|
System.Int32 |
UnhandledException
The error code for an unhandled exception.
Declaration
public const int UnhandledException = null
Field Value
Type | Description |
---|---|
System.Int32 |