KKErrorResponse

public struct KKErrorResponse : Codable

A root object that stores information about an error.

Properties

  • An array of one or more errors that occurred while executing the operation.

    Declaration

    Swift

    let errors: [KKError]