Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

C# port Error enum codes are serialized/deserialized incorrectly #1894

Closed
stishkin opened this issue May 4, 2022 · 0 comments · Fixed by #1898
Closed

C# port Error enum codes are serialized/deserialized incorrectly #1894

stishkin opened this issue May 4, 2022 · 0 comments · Fixed by #1898
Assignees
Labels
bug Something isn't working

Comments

@stishkin
Copy link
Contributor

stishkin commented May 4, 2022

Expected behavior when Doing error serialization/deserialization

for the Enum Code value to be set to an integer

{
   "error": 465,
   "errors" : []
}

current behavior:

{"code":"unabl_e_t_o_chang_e_jo_b_duration","errors":[]}

AB#43102999

@stishkin stishkin added the bug Something isn't working label May 4, 2022
@ghost ghost added the Needs: triage label May 4, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants