# Functions
DiscoverChildPaths return children models.Endpoints given path.
HandleError translates error codes from client native into models.Error with appropriate http status code.
# Constants
ErrHTTPBadRequest HTTP status code 400.
ErrHTTPConflict HTTP status code 409.
ErrHTTPInternalServerError HTTP status code 500.
ErrHTTPNotFound HTTP status code 404.