FPErrorEvent

@objc
@objcMembers
public class FPErrorEvent : FPEvent

Payload of an error event.

  • The error that occurred.

    Note

    This error is an instance of one of the following types:

    1. FPFlowplayerConfigError
    2. FPAccessTokenValidationError
    3. FPBuiltInControlError
    4. FPPlaybackError
    5. FPUnknwonError

    Declaration

    Swift

    public let error: FPError