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

Represents the severity of a restriction.

Syntax
C#
public enum RestrictionSeverity : byte { None, Warning, Error, Fatal }
Members
Description
None
No severity. The restriction is not blocking.
Warning
Warning severity. The restriction allows the operation but warns the user.
Error
Error severity. The restriction is blocking the operation because an error occured.
Fatal
Fatal severity. The restriction is blocking the operation because it is not allowed.
Copyright © 2020. All rights reserved.