PlatformTokenDeleteError
No description
union PlatformTokenDeleteError = PlatformTokenNotFoundError | PlatformTokenDeleteFailedError
Possible types
PlatformTokenDeleteError.PlatformTokenNotFoundError object
Error that occurs when a PlatformToken with the specified identifier could not be found.
PlatformTokenDeleteError.PlatformTokenDeleteFailedError object
Error returned by the Token API when a PlatformToken could not be deleted.