ErrorsConfig

Represents the error pages configuration for the Mintlify documentation site.

Syntax

public class ErrorsConfig

Inheritance

Properties

NotFound

[JsonPropertyName("404")]
public Error404Config NotFound { get; set; }
Gets or sets the configuration for 404 (Not Found) error handling.

Returns

Error404Config

Remarks

This configuration controls how various error conditions are handled, including 404 (Not Found) errors and their behavior.