Represents the error pages configuration for the Mintlify documentation site.
public class ErrorsConfig
[JsonPropertyName("404")] public Error404Config NotFound { get; set; }