Sep08PostActionNextUrl

public struct Sep08PostActionNextUrl : Decodable, Sendable

Response when an action post requires following another URL.

The action was processed, but the client should follow the next URL for additional steps.

  • The next URL the client should navigate to or process.

    Declaration

    Swift

    public var nextUrl: String
  • Optional human-readable message explaining the next step.

    Declaration

    Swift

    public var message: String?
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data