-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add status code #16
Conversation
@muneebkq Why so many changes? Plus the error codes need to be added in the LexFloatStatusCodes.h as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the comments
lexfloatclient/LexFloatStatusCodes.h
Outdated
@@ -114,7 +114,7 @@ enum LexFloatStatusCodes | |||
/* | |||
CODE: LF_E_METADATA_VALUE_LENGTH | |||
|
|||
MESSAGE: Metadata value length is more than 4096 characters. | |||
MESSAGE: Metadata value length is more than 256 characters. | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be 4096
*/ | ||
LF_E_MACHINE_FINGERPRINT = 66, | ||
|
||
|
||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add 67 error code as well
|
||
// Machine fingerprint has changed since activation. | ||
LF_E_MACHINE_FINGERPRINT int = 66 | ||
|
||
// Client error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add 67 error code as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the comments
No description provided.