undefined function not_found_error?/1 in read action
I have this read action:
And I want for it to return nil instead of a not found error, but when I add the
not_found_error?
option, the code doesn't compile saying that not_found_error?/1
is undefined.1 Reply
Ah, found the issue, I need to add that option to the code_interface, not directly to the read action