Enum ResponseProblemCode

Namespace
SIMDispatcher.Core.Models
Assembly
SIMDispatcher.Core.dll

Represents response problem codes.

public enum ResponseProblemCode
Extension Methods

Fields

[Display(Description = "CommandcenterNotFound", ResourceType = typeof(ResponseProblemCodeLocalization))] CommandcenterNotFound = 1

Indicates dispatch center "not found" problem.

[Display(Description = "NotFound", ResourceType = typeof(ResponseProblemCodeLocalization))] NotFound = 0

Indicates "not found" problem.

[Display(Description = "ValueFormatInvalid", ResourceType = typeof(ResponseProblemCodeLocalization))] ValueFormatInvalid = 5

Indicates that a value format is invalid.

[Display(Description = "ValueIsExisting", ResourceType = typeof(ResponseProblemCodeLocalization))] ValueIsExisting = 3

Indicates that a value already exists.

[Display(Description = "ValueIsNotAllowed", ResourceType = typeof(ResponseProblemCodeLocalization))] ValueIsNotAllowed = 6

Indicates that a value format is not allowed.

[Display(Description = "ValueIsRequired", ResourceType = typeof(ResponseProblemCodeLocalization))] ValueIsRequired = 2

Indicates that a value is required.

[Display(Description = "ValueIsTooLarge", ResourceType = typeof(ResponseProblemCodeLocalization))] ValueIsTooLarge = 7

Indicates that a value format is too large.

[Display(Description = "ValueIsTooLong", ResourceType = typeof(ResponseProblemCodeLocalization))] ValueIsTooLong = 4

Indicates that a value is too long.