PlatformTokenDeleteError
No description
union PlatformTokenDeleteError = PlatformTokenNotFoundError | PlatformTokenDeleteFailedError | PlatformTokenDeletePartiallyFailedError
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.
PlatformTokenDeleteError.PlatformTokenDeletePartiallyFailedError object
Error returned by the Token API when a PlatformToken could not be fully deleted, leaving it in an inconsistent state.