Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FormatError

Kinds of format errors.
Read time 1 minuteLast updated 12 days ago

Definition

public enum FormatError

Fields

Value

Description

BadFormatSpecifierThe source format specifier is not itself correctly formatted, or a format specifier tokens were found outside of accepted usage. Note that the format's write failed.
NoneNo error.
OverflowThe target storage does not have sufficient capacity. Note that the format's write failed. It did not truncate.