We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The errors of the validation functions for the service's data are not good enough. They are not explicit enough.
https://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L14-L18
Key
EventKey
https://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L38-L43
TaskKey
https://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L53-L61
OutputNotFoundError
https://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L63-L76
OutputKey
InvalidOutputDataError
e.Key
errorString
The text was updated successfully, but these errors were encountered:
related with #337.
Sorry, something went wrong.
NicolasMahe
No branches or pull requests
The errors of the validation functions for the service's data are not good enough. They are not explicit enough.
https://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L14-L18
Key
toEventKey
to be more specifichttps://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L38-L43
Key
toTaskKey
to be more specifichttps://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L53-L61
TaskKey
toOutputNotFoundError
error to give more contexthttps://github.com/mesg-foundation/core/blob/bd84ad1d54eadfb8aa2bd79ac0c7c68f775f9c03/service/error.go#L63-L76
Key
toOutputKey
to be more specificTaskKey
toInvalidOutputDataError
to give more contexte.Key
is the outputKey, not the task key. TheerrorString
has to be fixed and also include the addTaskKey
.The text was updated successfully, but these errors were encountered: