SerializeError

public enum SerializeError: ErrorType

Errors raised while serializing to a JSON string

  • Some unknown error, usually indicates something not yet implemented.

    Declaration

    Swift

    case Unknown
  • A number not supported by the JSON spec was encountered, like infinity or NaN.

    Declaration

    Swift

    case InvalidNumber