WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Miroiu Emanuel edited this page Oct 12, 2022 · 2 revisions

ErrorCode Enum

Namespace: StringMath

Assembly: StringMath

Inheritance: ObjectValueTypeEnumErrorCode

References: MathException

public enum ErrorCode

Fields

READONLY_VARIABLE

public const ErrorCode READONLY_VARIABLE = 8;

Field Value

ErrorCode

UNASSIGNED_VARIABLE

public const ErrorCode UNASSIGNED_VARIABLE = 1;

Field Value

ErrorCode

UNDEFINED_OPERATOR

public const ErrorCode UNDEFINED_OPERATOR = 2;

Field Value

ErrorCode

UNEXISTING_VARIABLE

public const ErrorCode UNEXISTING_VARIABLE = 4;

Field Value

ErrorCode

UNEXPECTED_TOKEN

public const ErrorCode UNEXPECTED_TOKEN = 0;

Field Value

ErrorCode

Clone this wiki locally