Table of Contents
-
BASE_URL_MISSING
= "Base URL cannot be null or empty."
-
BETA_API_VERSION
= "beta"
-
INVALID_FILE
= "Unable to open file stream for the given path."
-
MAX_PAGE_SIZE
= 999
-
MAX_PAGE_SIZE_ERROR
= "Page size must be less than " . self::MAX_PAGE_SIZE
-
NO_ACCESS_TOKEN
= "No access token has been provided."
-
NO_APP_ID
= "No app ID has been provided."
-
NO_APP_SECRET
= "No app secret has been provided."
-
REQUEST_TIMED_OUT
= "The request timed out."
-
REST_ENDPOINT
= "https://graph.microsoft.com/"
-
SDK_VERSION
= "2.0.0"
-
TIMEOUT
= "Timeout error"
-
UNABLE_TO_CREATE_INSTANCE_OF_TYPE
= "Unable to create instance of type"
-
UNABLE_TO_PARSE_RESPONSE
= "The HTTP client sent back an invalid response"
-
V1_API_VERSION
= "v1.0"
BASE_URL_MISSING
public
mixed
BASE_URL_MISSING
= "Base URL cannot be null or empty."
BETA_API_VERSION
public
mixed
BETA_API_VERSION
= "beta"
INVALID_FILE
public
mixed
INVALID_FILE
= "Unable to open file stream for the given path."
MAX_PAGE_SIZE
public
mixed
MAX_PAGE_SIZE
= 999
MAX_PAGE_SIZE_ERROR
public
mixed
MAX_PAGE_SIZE_ERROR
= "Page size must be less than " . self::MAX_PAGE_SIZE
NO_ACCESS_TOKEN
public
mixed
NO_ACCESS_TOKEN
= "No access token has been provided."
NO_APP_ID
public
mixed
NO_APP_ID
= "No app ID has been provided."
NO_APP_SECRET
public
mixed
NO_APP_SECRET
= "No app secret has been provided."
REQUEST_TIMED_OUT
public
mixed
REQUEST_TIMED_OUT
= "The request timed out."
REST_ENDPOINT
public
mixed
REST_ENDPOINT
= "https://graph.microsoft.com/"
SDK_VERSION
public
mixed
SDK_VERSION
= "2.0.0"
TIMEOUT
public
mixed
TIMEOUT
= "Timeout error"
UNABLE_TO_CREATE_INSTANCE_OF_TYPE
public
mixed
UNABLE_TO_CREATE_INSTANCE_OF_TYPE
= "Unable to create instance of type"
UNABLE_TO_PARSE_RESPONSE
public
mixed
UNABLE_TO_PARSE_RESPONSE
= "The HTTP client sent back an invalid response"
V1_API_VERSION
public
mixed
V1_API_VERSION
= "v1.0"