octoposprime / op-be-graphql

OctopOS Prime Backend Api Gateway
http://www.octoposprime.com
MIT License
13 stars 1 forks source link

Update error.go #82

Closed mervegonc closed 3 months ago

mervegonc commented 3 months ago

51 implement ErrorDlrNotFound

husamettinarabaci commented 3 months ago

You will also add ErrorDlrNotFound to


var ERRORS []error = []error{

  ErrorNone,

  ErrorUserNotFound,

}

here

And you have to returnt ERRORS