Skip to content

PlayerIOError

A wrapper for PlayerIO errors, this class includes a string for the error message and a specific error code defined within the generated class. Some examples include:

  • Case 0: PlayerIOError.UnsupportedMethod, message: "The requested method is not supported"
  • Case 1: PlayerIOError.GeneralError, message: "A general error occurred"
  • Case 3: PlayerIOError.AccessDenied, message: "Access is denied"