Values.StatusDetailsSourceDetails about the status of a resource.
type nonrec t = {statusCode : String_.t option;The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.
*)message : String_.t option;The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode for programmatic error handling.
*)}