TextBodyEncodingError

public enum TextBodyEncodingError : Error

An error thrown when encoding a text request body.

  • The text could not be encoded as utf8 text.

    Declaration

    Swift

    case utf8EncodingFailed