Skip to content
New issue

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

Return the "file not found" error for ecx_FOEread() through wkc #679

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 22, 2023

  1. Return the "file not found" error for ecx_FOEread() through wkc

    The "file not found" error is the most significant error that can be returned from the above function as it can affect and guide the work flow, so it makes sense to have it returned in some way. Since the same error has already been processed and returned in the ecx_FOEwrite() function, there is no reason not to process it and return it in the ecx_FOEread() function in the exact same way.
    zivke committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8098ec8 View commit details
    Browse the repository at this point in the history