FILE_SOURCE_CONNECTOR_SHAREPOINT_INVALID_PATH error condition

SQLSTATE: 22K04

The path <path> is not a valid SharePoint path.

INCOMPLETE_PATH

Path is incomplete, must include site name after '/sites/' or '/teams/'.

INVALID_HOST

Host '<host>' is not a valid SharePoint host, must end with '.sharepoint.com'.

INVALID_PATH_COMPONENT

Path must start with '/sites/' or '/teams/', or be a valid share link, got '<pathComponent>'.

INVALID_SCHEME

Scheme must be 'https', 'http', or 'sharepoint', got '<scheme>'.

NULL_OR_EMPTY

Path cannot be null or empty.

URI_PARSE_FAILED

Failed to parse URI.