export enum CreateCharacterFailureReasonEnum { UNKNOWN = 0, NAME_ALREADY_EXISTS = 1, }