ContentfulError

public class ContentfulError: Resource, Error

Information regarding an error received from Contentful

  • Human readable error message.

    Declaration

    Swift

    public var message: String
  • The identifier of the request, can be useful when making support requests.

    Declaration

    Swift

    public var requestId: String