You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.ExceptionCode Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0
Ofcas.Lk.Api.Shared.ExceptionCode Enumeration

Represents the exception codes used in the API.

Syntax
C#
public enum ExceptionCode : byte { Unknown = 0, Fatal = 1, Error = 2 }
Members
Description
Unknown = 0
Unknown exception code, should be treated like ExceptionCode.Fatal
Fatal = 1
A fatal exception, the application should be restarted.
Error = 2
An error exception, the application can continue to run.
Copyright © 2020. All rights reserved.