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

Represents the operation codes used in the API.

Syntax
C#
public enum OperationCode : byte { Unknown, Accepted, Rejected }
Members
Description
Unknown
Unknown operation code.
Accepted
This operation code indicates that the API request was accepted and any user interaction was confirmed.
Rejected
This operation code indicates that the API rejected the request, because it was unable to fulfill the request or because it was denied through any user interaction.
Copyright © 2020. All rights reserved.