Skip to content

Cleanup code with correct usage of $err and errmsg #120

@apkar

Description

@apkar
Contributor

Mongo has $err and errmsg in response from the server. Usually, $err is for the error code and errmsg is for error description. Our error handling is not consistent. At least it is less consistent than Mongo.

Activity

added
compatibilityEither missing or incompatible features causing driver or tool compatibility
cleanupCode or design cleanup
on Mar 19, 2019
added this to the 1.8.0 milestone on Mar 25, 2019
modified the milestones: 1.8.0, 2.0.0 on Aug 12, 2019
senthil-db-expert

senthil-db-expert commented on Aug 20, 2019

@senthil-db-expert

@apkar please assign this to me.
Will cleanup and make them uniform using seterror function

added a commit that references this issue on Aug 23, 2019
74b79e6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

cleanupCode or design cleanupcompatibilityEither missing or incompatible features causing driver or tool compatibility

Type

No type

Projects

No projects

Relationships

None yet

    Participants

    @apkar@hgray1@senthil-db-expert

    Issue actions

      Cleanup code with correct usage of $err and errmsg · Issue #120 · FoundationDB/fdb-document-layer