enum XIVAPI::InfoStates
Overview
An enum for the various states of the Info state values.
Defined in:
dataclasses/other/info.crEnum Members
-
NONE =
0
-
Content is not on XIVAPI and will not be added via this request.
-
ADDING =
1
-
Content does not exist on the API and needs adding. The Payload should be empty if this state is provided. It should take 2 minutes or less to add the content.
-
CACHED =
2
-
Content exists in the system and you're being provided a cached response.
-
NOT_FOUND =
3
-
Content does not exist on The Lodestone.
-
BLACKLIST =
4
-
Content has been Blacklisted. No data can be obtained via the API for any application.
-
PRIVATE =
5
-
Content is private on Lodestone, ask the owner to make the content public and then try again!