fix: refactor errors #99
Annotations
10 errors
go-test:
cmd/cmd.go#L46
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L50
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L58
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L71
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L75
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L84
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L92
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L100
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L108
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|
go-test:
cmd/cmd.go#L131
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
|