Table of Contents

Enum ErrorType

Namespace
Cyclotron.Utilities.CleanArchitecture
Assembly
Cyclotron.Utilities.dll

Specifies the type of error that can occur in a use case operation.

public enum ErrorType

Fields

DBError = 1

A database error occurred.

NoInternetAccess = 4

No internet access is available.

ServerError = 2

A server error occurred.

TimedOut = 3

The operation timed out.

Unknown = 0

An unknown error occurred.