Edit

Share via


ResponseCode.NotFound Field

Definition

The user does not exist at the domain specified. (404)

public: int NotFound = 404;
public const int NotFound = 404;
val mutable NotFound : int
Public Const NotFound As Integer  = 404

Field Value

Value = 404

Applies to