INVALID_FILE_PATH_FORMAT constant

RequestErrorCode const INVALID_FILE_PATH_FORMAT

The format of the given file path is invalid, e.g. is not absolute and normalized.

Implementation

static const RequestErrorCode INVALID_FILE_PATH_FORMAT =
    RequestErrorCode._('INVALID_FILE_PATH_FORMAT');