The text is an error message object with the following key points:
The message field says: "Invalid file format. Supported formats: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']"
The type field indicates the error is an "invalid_request_error"
The param and code fields are null
The error suggests the file format submitted was not supported. The supported audio file formats are listed in the message.
.The text contains an error message indicating an invalid file format was provided. The supported formats are: 'flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm'. Details on the error include the message "Invalid file format", the error type "invalid_request_error", a null parameter value, and a null error code.
.The text contains an error message indicating an invalid file format was provided. The supported audio file formats are: FLAC, M4A, MP3, MP4, MPEG, MPGA, OGA, OGG, WAV, and WEBM. The error type is an invalid request with no additional details provided on the specific code or parameter causing the issue.
.The text contains an error message with the following key details:
Message: Invalid file format. Supported formats: flac, m4a, mp3, mp4, mpeg, mpga, oga, ogg, wav, webm. Type: invalid_request_error. Param: null. Code: null.
.The text is an error message JSON object. The message is that the file format is invalid. Supported formats are: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']. The error type is "invalid_request_error". The param and code values are null.
.