/** * User Service * Solomon AI User Service API * * The version of the OpenAPI document: 0.1 * Contact: yoanyomba@solomon-ai.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export declare enum ErrorCode1 { NoError, ValidationError, AuthorizationModelNotFound, AuthorizationModelResolutionTooComplex, InvalidWriteInput, CannotAllowDuplicateTuplesInOneRequest, CannotAllowDuplicateTypesInOneRequest, CannotAllowMultipleReferencesToOneRelation, InvalidContinuationToken, InvalidTupleSet, InvalidCheckInput, InvalidExpandInput, UnsupportedUserSet, InvalidObjectFormat, WriteFailedDueToInvalidInput, AuthorizationModelAssertionsNotFound, LatestAuthorizationModelNotFound, TypeNotFound, RelationNotFound, EmptyRelationDefinition, InvalidUser, InvalidTuple, UnknownRelation, StoreIdInvalidLength, AssertionsTooManyItems, IdTooLong, AuthorizationModelIdTooLong, TupleKeyValueNotSpecified, TupleKeysTooManyOrTooFewItems, PageSizeInvalid, ParamMissingValue, DifferenceBaseMissingValue, SubtractBaseMissingValue, ObjectTooLong, RelationTooLong, TypeDefinitionsTooFewItems, TypeInvalidLength, TypeInvalidPattern, RelationsTooFewItems, RelationsTooLong, RelationsInvalidPattern, ObjectInvalidPattern, QueryStringTypeContinuationTokenMismatch, ExceededEntityLimit, InvalidContextualTuple, DuplicateContextualTuple, InvalidAuthorizationModel, UnsupportedSchemaVersion }