Values.ResourceNotFoundExceptionSourceThe requested resource can't be found.
type nonrec t = {message : String_.t option;resourceId : String_.t option;The identifier of the resource that couldn't be found.
*)resourceType : String_.t option;The type of the resource that couldn't be found.
*)context : ExceptionContext.t option;Information about the resources in use when the exception was thrown.
*)}