FCMSendMessageResultFailureDetail

public struct FCMSendMessageResultFailureDetail : Decodable

The details of an individual message failure inside an FCM send message request.

  • The index corresponding to the target.

    Declaration

    Swift

    public let index: Int64
  • The error that occurred.

    Declaration

    Swift

    public let error: String
  • The user ID that could not be sent a message to, if applicable.

    Declaration

    Swift

    public let userID: String?