Skip to content

Commit

Permalink
SK-1036 Change Error message for BYOT related validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-vivek committed Sep 27, 2023
1 parent 8ab5a33 commit d9d7d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyflow/errors/_skyflow_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SkyflowErrorMessages(Enum):

INVALID_BYOT_TYPE = "byot option has value of type %s, expected Skyflow.BYOT"
NO_TOKENS_IN_INSERT = "Tokens are not passed in records for byot as %s"
TOKENS_PASSED_FOR_BYOT_DISABLE = "To consider tokens struct pass byot value as ENABLE"
TOKENS_PASSED_FOR_BYOT_DISABLE = "Pass byot parameter with ENABLE for token insertion"
INSUFFICIENT_TOKENS_PASSED_FOR_BYOT_ENABLE_STRICT = "For byot as ENABLE_STRICT, tokens should be passed for all fields"

class SkyflowError(Exception):
Expand Down

0 comments on commit d9d7d4c

Please sign in to comment.