Show / Hide Table of Contents

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 Source

InputFileTransferFailed

The input file transfer failed error code.

Declaration
public const int InputFileTransferFailed = null
Field Value
Type Description
System.Int32
View Source

InternalWorkerHostException

The error code for an internal worker host exception.

Declaration
public const int InternalWorkerHostException = null
Field Value
Type Description
System.Int32
View Source

Success

The success error code.

Declaration
public const int Success = null
Field Value
Type Description
System.Int32
View Source

UnhandledException

The error code for an unhandled exception.

Declaration
public const int UnhandledException = null
Field Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.