* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *
exceptionInvalid_Int_Size_Exception
exceptionPayload_Size_Too_Large_Exception
exceptionMalformed_Preamble_Exception
exceptionWriting_Preamble_Exception
exceptionWriting_Payload_Exception
exceptionReading_Preamble_Exception
exceptionReading_Payload_Exception
type remote_exception_data = {
message : string;
stack : string;
}
val to_fd_with_preamble : Unix.file_descr ->'a-> unit