Error Handler Args
    data class ErrorHandlerArgs(val errorCode: Output<ErrorHandlerErrorCode>? = null, val mimeType: Output<String>? = null, val staticFile: Output<String>? = null) : ConvertibleToJava<ErrorHandlerArgs> 
Custom static error page to be served when an error occurs.
Constructors
Link copied to clipboard
                fun ErrorHandlerArgs(errorCode: Output<ErrorHandlerErrorCode>? = null, mimeType: Output<String>? = null, staticFile: Output<String>? = null)