export declare enum ErrorReason {
    ERROR_REASON_UNKNOWN = 0,
    FIELD_INVALID = 1,
    FIELD_MISSING = 2
}
