Advertisement
ItsTotallyRSX

Untitled

Oct 28th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. STATUSES_ADD_ERROR(SCRIPTABLITY_GENERIC_ERROR, kScriptErrorGenericFailure)
  2. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_OUT_OF_MEMORY, kScriptErrorOutOfMemory)
  3. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_NOT_ENOUGH_SPACE, kScriptErrorOutOfSpace)
  4. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_NOT_IMPLEMENTED, kScriptErrorNotImplemented)
  5. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_ILLEGAL_PARAMETER, kScriptErrorIllegalParameter)
  6. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_OUT_OF_IDS, kScriptErrorOutOfIds)
  7. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_REGISTER_NOT_SUPPORTED, kScriptErrorRegisterNotSupported)
  8. STATUSES_ADD_ERROR(SCRIPTABLITY_ERROR_REGISTER_NOT_CAPTURED , kScriptErrorRegisterNotCaptured)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement